object Form5: TForm5 Left = 206 Top = 153 Width = 517 Height = 383 HelpContext = 5000 HorzScrollBar.Visible = False VertScrollBar.Visible = False Caption = 'System Wide Capturing' Color = clBtnFace Constraints.MinHeight = 250 Constraints.MinWidth = 517 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Button4: TButton Left = 272 Top = 328 Width = 75 Height = 25 Caption = 'Ok' TabOrder = 0 OnClick = Button4Click end object Button5: TButton Left = 352 Top = 328 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = Button5Click end object Button7: TButton Left = 432 Top = 328 Width = 75 Height = 25 Caption = 'Apply' Enabled = False TabOrder = 2 OnClick = Button7Click end object GroupBox1: TGroupBox Left = 8 Top = 0 Width = 497 Height = 81 TabOrder = 3 object Bevel1: TBevel Left = 200 Top = 6 Width = 9 Height = 74 Shape = bsLeftLine end object Label1: TLabel Left = 216 Top = 34 Width = 201 Height = 41 AutoSize = False Caption = 'Girder will attempt to fill the target options based on the info' + ' here. This might need some manual tuning' WordWrap = True end object Button1: TButton Left = 40 Top = 16 Width = 113 Height = 25 Caption = 'Start Capture' TabOrder = 0 OnClick = Button1Click end object Button6: TButton Left = 40 Top = 48 Width = 113 Height = 25 Caption = 'Clear List' TabOrder = 2 OnClick = Button6Click end object CheckBox1: TCheckBox Left = 216 Top = 14 Width = 169 Height = 17 Caption = 'Smartfill' Checked = True State = cbChecked TabOrder = 3 end object Button3: TButton Left = 392 Top = 10 Width = 97 Height = 25 Caption = 'Test event' Enabled = False TabOrder = 1 OnClick = Button3Click end end object StringGrid1: TStringGrid Left = 8 Top = 88 Width = 497 Height = 225 ColCount = 8 DefaultRowHeight = 20 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowSelect] ScrollBars = ssVertical TabOrder = 4 OnSelectCell = StringGrid1SelectCell ColWidths = ( 46 46 78 83 62 41 39 72) end end